home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 2000.ZIP / DBSCAN.ZIP / DBSCAN.DOC < prev    next >
Text File  |  1988-02-03  |  6KB  |  168 lines

  1.                           DBSCAN by SOFTSHOP
  2.  
  3. WHAT IS IT?
  4.  
  5.         DBSCAN is a utility program that provides a browse like
  6. scroll of any dBASE III type data file. The program allows the
  7. user to select the fields and the position on the screen where
  8. they are viewed. DBSCAN is similar to the BROWSE command of dBASE
  9. III except that it permits no editing or adding of data and its
  10. position on the screen is controlled by the user. Try it, you'll
  11. like it, and read on to learn how you can use it for your own
  12. programming needs.
  13.  
  14.  
  15. HOW DO I USE IT?
  16.  
  17.         If you have a hard disk, copy just three files DBSCAN.EXE
  18. , DBSCAN.DBF, and DBSCAN.DOC to a directory of your choice. Execute
  19. the program by being in the proper directory and typing DBSCAN from
  20. the DOS prompt. If you only have a floppy drive, simple type DBSCAN
  21. at the A: or B: prompt. You will see the following:
  22.  
  23. Database To Scan DBSCAN  (This is the sample database file provided.
  24.                           However, you may scan any dBASE III DBF
  25.                           type file by providing the complete pathed
  26.                           name without the DBF extension.
  27.  
  28.         Press enter to accept the database you wish to scan. You will
  29. then see:
  30.  
  31. Fields To View CU_CODE + SPACE(1) + DTOC(CU_DATELC) + SPACE(1)
  32. /use right arrow to see this/           + STR(CU_TYSALES,11,2)
  33.  
  34. Title            Customer  Chg Date  Amount Chg
  35. Starting Row            11
  36. Starting Column         30
  37. Length of Window        10
  38.  
  39.         The entire description of the Fields To View entry can only
  40. be seen by panning to the right by using the right arrow key.
  41.  
  42.         The Fields To View prompt is the most critical to understand,
  43. so don't go the sleep now. DBSCAN will show any field in the database
  44. as long as the field is in a string type format. On the far right of
  45. the screen the first 20 field names are shown along with their field
  46. codes. You simply enter the field names you want, look at the example
  47. and experiment with your own entries. For example, enter:
  48.  
  49.                 CU_CODE + SPACE(1) + CU_DESCR
  50. or try          CU_DESCR + SPACE(1) + "$" + STR(CU_LYSALES,7,0)
  51.  
  52.  
  53.  
  54.                                Page 1
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. See what I mean? All data type fields must have the DTOC conversion
  64. applied whereas a numeric field must have the STR conversion, logical
  65. type fields cannot be viwed. The SPACE(x) is used simply to seperate
  66. the data as shown in the window and the + signs are used to make one
  67. continuous string of the window record display. If you make a mistake
  68. here you will get an error message on the top line that says QUIT?
  69. (Q/A/I). Enter Q to quit the program and start over by typing DBSCAN
  70. at the DOS prompt. It helps to know the various field types and sizes
  71. of the DBF file you are scanning in order to avoid the error above.
  72.  
  73.         The Title prompt gets the description you wish to use to
  74. headline the scan window.
  75.  
  76.         The Starting Row prompt determines the starting row for the
  77. window scan.
  78.  
  79.         The Starting Column prompt determines the starting column
  80. of the window scan.
  81.  
  82.         The Length of window prompt determines the number of records
  83. shown at one time and the actual length of the window.
  84.  
  85.         Window dimensions that would go off the screen are pre-empted
  86. with an error message. You must stay within the displayable area of
  87. the screen.
  88.  
  89. Big Deal, so What?
  90.  
  91.         The value of DBSCAN is the ability to use its techniques in
  92. your own dBASE programs. This can be done by purchasing the source
  93. code with complete commented documentation. Because the source is
  94. written in plain old dBASE III Plus code NOT utilizing any compiler
  95. enhancements provided by CLipper, Foxbase, and QuickSilver, its PRG
  96. file can be used for scanning DBF records for any dBASE compatible
  97. system. DBSCAN was compiled by Clipper; however, it can be compiled
  98. by dBASE and Foxbase as well. The source to DBSCAN can even be used
  99. as a DO PROCEDURE from the dBASE dot prompt. I have used the source
  100. to DBSCAN for over a year now in over 100 working custom programs to
  101. scan and select everything from Customer Names to Inventory Receipts
  102. for a stock item. Review the attached order form to see exactly what
  103. you get, the cost and ordering information. In the mean time, enjoy
  104. the use of DBSCAN without restrictions or obligations and pass it on
  105. to your friends for their review.
  106.  
  107. Clipper is a Nantucket trademark, QuickSilver is a Wordtech trademark,
  108. Foxbase is a trademark of Fox Software, and dBASE is a trademark of
  109. Ashton-Tate Corp.
  110.  
  111.   
  112.  
  113.  
  114.  
  115.  
  116.                                Page 2
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.                      DBSCAN SOURCE CODE ORDER FORM
  129.  
  130.                                SOFTSHOP
  131.                              P.O. BOX 353
  132.                            SANDOWN, NH 03873
  133.  
  134.                           John A. Houck Pres.
  135.                              (603)887-4887
  136.  
  137.         You will receive the complete source code to DBSCAN and the
  138. window procedure file as written on dBASE III Plus code. The source
  139. is well commented and additional documentation on how to incorporate
  140. this source code into your own applications is provided. The diskette
  141. will contain DBSCAN.PRG, DBWND.PRG, COLOR.PRG, and SOURCE.DOC.
  142.  
  143.                                              Qty   Price   Extension
  144.  
  145. DBSCAN source code and documentation         ___   $40.00    _______
  146. Shipping                                                   $  3.00
  147.  
  148.                                                    TOTAL   $ _______
  149.  
  150. __ 5 1/4 md2D diskette
  151. __ 3 1/2 mf2-dd diskette
  152.  
  153. SEND TO: ___________________________________________________________
  154.  
  155. STREET:  ______________________________________
  156.  
  157. CITY:    ______________________________________
  158.  
  159. STATE:   __  ZIP: __________
  160.  
  161. Thank you for your order of DBSCAN.
  162.  
  163.  
  164.  
  165.  
  166.  
  167.                                Page 3
  168.